Html Css Color HEX #42CA25 Lime Green

📋 copy color: '#42CA25'

red 66 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #42CA25

Tints of Lime Green #42CA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.23%

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

R = 21.64%
G = 66.23%
B = 12.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#42CA25 (or 0x42CA25) is known color: Lime Green. HEX triplet: 42, CA and 25. RGB value is (66,202,37). Sum of RGB (Red+Green+Blue) = 66+202+37=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA25 is #BD35DA. Grayscale: #8F8F8F. Windows color (decimal): -12400091 or 2476610. OLE color: 2476610.

HSL color Cylindrical-coordinate representation of color #42CA25: hue angle of 109.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42CA25 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 37 -
CMYK 0.67 0 0.82 0.21
HSL 109.45º 0.69% 0.47% -
HSV(B) 109.45º 0.82% 0.79% -
XYZ 23.7 43.53 8.9 -
YUV 142.53 68.44 73.42 -
System Red Green Blue C M Y K H S L
Decimal 66 202 37 0.67 0 0.82 0.21 109.45 0.69 0.47
Hex 42 CA 25 43 0 52 15 6D 45 2F
Octal 102 312 45 103 0 122 25 155 105 57
Binary 1000010 11001010 100101 1000011 0 1010010 10101 1101101 1000101 101111

Color Harmonies of #42CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA25

Black with #42CA25

Text Example


Text Example

White with #42CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,37); }

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

background-color css

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

 a { background-color: rgb(66,202,37); }

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

border-color css

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

 span { border-color: rgb(66,202,37); }

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