Html Css Color HEX #42F133 Lime Green

📋 copy color: '#42F133'

red 66 ◦ green 241 ◦ blue 51

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

Shades of Lime Green #42F133

Tints of Lime Green #42F133

RGB

 RED value IS 66 (26.17% from 255) = 18.44%

 GREEN value IS 241 (94.53% from 255) = 67.32%

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 18.44%
G = 67.32%
B = 14.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#42F133 (or 0x42F133) is known color: Lime Green. HEX triplet: 42, F1 and 33. RGB value is (66,241,51). Sum of RGB (Red+Green+Blue) = 66+241+51=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #42F133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F133 is #BD0ECC. Grayscale: #A7A7A7. Windows color (decimal): -12390093 or 3404098. OLE color: 3404098.

HSL color Cylindrical-coordinate representation of color #42F133: hue angle of 115.26º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42F133 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 51 -
CMYK 0.73 0 0.79 0.05
HSL 115.26º 0.87% 0.57% -
HSV(B) 115.26º 0.79% 0.95% -
XYZ 34.3 64.31 13.74 -
YUV 167.02 62.52 55.95 -
System Red Green Blue C M Y K H S L
Decimal 66 241 51 0.73 0 0.79 0.05 115.26 0.87 0.57
Hex 42 F1 33 49 0 4F 5 73 57 39
Octal 102 361 63 111 0 117 5 163 127 71
Binary 1000010 11110001 110011 1001001 0 1001111 101 1110011 1010111 111001

Color Harmonies of #42F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F133

Black with #42F133

Text Example


Text Example

White with #42F133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42F133; }

 p { color: rgb(66,241,51); }

 H1.HeaderClassName
 {
   color: #42F133;
 }
 .AnyTagClassName
 {
   color: #42F133;
 }
</style>

background-color css

<style>
 a { background-color: #42F133; }

 a { background-color: rgb(66,241,51); }

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

border-color css

<style>
 span { border-color: #42F133; }

 span { border-color: rgb(66,241,51); }

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