Html Css Color HEX #30F225 Lime Green

📋 copy color: '#30F225'

red 48 ◦ green 242 ◦ blue 37

#30F225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30F225

Tints of Lime Green #30F225

RGB

 RED value IS 48 (19.14% from 255) = 14.68%

 GREEN value IS 242 (94.92% from 255) = 74.01%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 14.68%
G = 74.01%
B = 11.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30F225 (or 0x30F225) is known color: Lime Green. HEX triplet: 30, F2 and 25. RGB value is (48,242,37). Sum of RGB (Red+Green+Blue) = 48+242+37=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #30F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F225 is #CF0DDA. Grayscale: #A1A1A1. Windows color (decimal): -13569499 or 2486832. OLE color: 2486832.

HSL color Cylindrical-coordinate representation of color #30F225: hue angle of 116.78º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30F225 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 37 -
CMYK 0.80 0 0.85 0.05
HSL 116.78º 0.89% 0.55% -
HSV(B) 116.78º 0.85% 0.95% -
XYZ 33.3 64.27 12.4 -
YUV 160.62 58.23 47.67 -
System Red Green Blue C M Y K H S L
Decimal 48 242 37 0.80 0 0.85 0.05 116.78 0.89 0.55
Hex 30 F2 25 50 0 55 5 75 59 37
Octal 60 362 45 120 0 125 5 165 131 67
Binary 110000 11110010 100101 1010000 0 1010101 101 1110101 1011001 110111

Color Harmonies of #30F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F225

Black with #30F225

Text Example


Text Example

White with #30F225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F225; }

 p { color: rgb(48,242,37); }

 H1.HeaderClassName
 {
   color: #30F225;
 }
 .AnyTagClassName
 {
   color: #30F225;
 }
</style>

background-color css

<style>
 a { background-color: #30F225; }

 a { background-color: rgb(48,242,37); }

 div.DivClassName
 {
   background-color: #30F225;
 }
 .BgClassName
 {
   background-color: #30F225;
 }
</style>

border-color css

<style>
 span { border-color: #30F225; }

 span { border-color: rgb(48,242,37); }

 td.TdClassName
 {
   border-color: #30F225;
 }
 .TagClassName
 {
   border-color: #30F225;
 }
</style>