Html Css Color HEX #42F245 Lime Green

📋 copy color: '#42F245'

red 66 ◦ green 242 ◦ blue 69

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

Shades of Lime Green #42F245

Tints of Lime Green #42F245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 17.51%
G = 64.19%
B = 18.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#42F245 (or 0x42F245) is known color: Lime Green. HEX triplet: 42, F2 and 45. RGB value is (66,242,69). Sum of RGB (Red+Green+Blue) = 66+242+69=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #42F245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F245 is #BD0DBA. Grayscale: #AAAAAA. Windows color (decimal): -12389819 or 4584002. OLE color: 4584002.

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

Color convert

RGB 66 242 69 -
CMYK 0.73 0 0.71 0.05
HSL 121.02º 0.87% 0.6% -
HSV(B) 121.02º 0.73% 0.95% -
XYZ 35.07 65.09 16.35 -
YUV 169.65 71.19 54.07 -
System Red Green Blue C M Y K H S L
Decimal 66 242 69 0.73 0 0.71 0.05 121.02 0.87 0.6
Hex 42 F2 45 49 0 47 5 79 57 3C
Octal 102 362 105 111 0 107 5 171 127 74
Binary 1000010 11110010 1000101 1001001 0 1000111 101 1111001 1010111 111100

Color Harmonies of #42F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F245

Black with #42F245

Text Example


Text Example

White with #42F245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,69); }

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

background-color css

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

 a { background-color: rgb(66,242,69); }

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

border-color css

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

 span { border-color: rgb(66,242,69); }

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