Html Css Color HEX #30F842 Lime Green

📋 copy color: '#30F842'

red 48 ◦ green 248 ◦ blue 66

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

Shades of Lime Green #30F842

Tints of Lime Green #30F842

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.51%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 13.26%
G = 68.51%
B = 18.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#30F842 (or 0x30F842) is known color: Lime Green. HEX triplet: 30, F8 and 42. RGB value is (48,248,66). Sum of RGB (Red+Green+Blue) = 48+248+66=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 248 (97.27% from 255 or 68.51% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 248 - color contains mainly: green. Hex color #30F842 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F842 is #CF07BD. Grayscale: #A7A7A7. Windows color (decimal): -13567934 or 4388912. OLE color: 4388912.

HSL color Cylindrical-coordinate representation of color #30F842: hue angle of 125.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F842 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 248 66 -
CMYK 0.81 0 0.73 0.03
HSL 125.4º 0.93% 0.58% -
HSV(B) 125.4º 0.81% 0.97% -
XYZ 35.77 68.16 16.42 -
YUV 167.45 70.74 42.8 -
System Red Green Blue C M Y K H S L
Decimal 48 248 66 0.81 0 0.73 0.03 125.4 0.93 0.58
Hex 30 F8 42 51 0 49 3 7D 5D 3A
Octal 60 370 102 121 0 111 3 175 135 72
Binary 110000 11111000 1000010 1010001 0 1001001 11 1111101 1011101 111010

Color Harmonies of #30F842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F842

Black with #30F842

Text Example


Text Example

White with #30F842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,248,66); }

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

background-color css

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

 a { background-color: rgb(48,248,66); }

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

border-color css

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

 span { border-color: rgb(48,248,66); }

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