Html Css Color HEX #25CF42 Lime Green

📋 copy color: '#25CF42'

red 37 ◦ green 207 ◦ blue 66

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

Shades of Lime Green #25CF42

Tints of Lime Green #25CF42

RGB

 RED value IS 37 (14.84% from 255) = 11.94%

 GREEN value IS 207 (81.25% from 255) = 66.77%

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

R = 11.94%
G = 66.77%
B = 21.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#25CF42 (or 0x25CF42) is known color: Lime Green. HEX triplet: 25, CF and 42. RGB value is (37,207,66). Sum of RGB (Red+Green+Blue) = 37+207+66=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CF42 is #DA30BD. Grayscale: #8C8C8C. Windows color (decimal): -14299326 or 4378405. OLE color: 4378405.

HSL color Cylindrical-coordinate representation of color #25CF42: hue angle of 130.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CF42 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 207 66 -
CMYK 0.82 0 0.68 0.19
HSL 130.24º 0.7% 0.48% -
HSV(B) 130.24º 0.82% 0.81% -
XYZ 24.06 45.41 12.65 -
YUV 140.1 86.18 54.46 -
System Red Green Blue C M Y K H S L
Decimal 37 207 66 0.82 0 0.68 0.19 130.24 0.7 0.48
Hex 25 CF 42 52 0 44 13 82 46 30
Octal 45 317 102 122 0 104 23 202 106 60
Binary 100101 11001111 1000010 1010010 0 1000100 10011 10000010 1000110 110000

Color Harmonies of #25CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CF42

Black with #25CF42

Text Example


Text Example

White with #25CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25CF42; }

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

 H1.HeaderClassName
 {
   color: #25CF42;
 }
 .AnyTagClassName
 {
   color: #25CF42;
 }
</style>

background-color css

<style>
 a { background-color: #25CF42; }

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

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

border-color css

<style>
 span { border-color: #25CF42; }

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

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