Html Css Color HEX #25CE42 Lime Green

📋 copy color: '#25CE42'

red 37 ◦ green 206 ◦ blue 66

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

Shades of Lime Green #25CE42

Tints of Lime Green #25CE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 66.67%

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

R = 11.97%
G = 66.67%
B = 21.36%

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

#25CE42 (or 0x25CE42) is known color: Lime Green. HEX triplet: 25, CE and 42. RGB value is (37,206,66). Sum of RGB (Red+Green+Blue) = 37+206+66=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 206 (80.86% from 255 or 66.67% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CE42 is #DA31BD. Grayscale: #8B8B8B. Windows color (decimal): -14299582 or 4378149. OLE color: 4378149.

HSL color Cylindrical-coordinate representation of color #25CE42: hue angle of 130.3º 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 #25CE42 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 206 66 -
CMYK 0.82 0 0.68 0.19
HSL 130.3º 0.7% 0.48% -
HSV(B) 130.3º 0.82% 0.81% -
XYZ 23.82 44.93 12.57 -
YUV 139.51 86.51 54.88 -
System Red Green Blue C M Y K H S L
Decimal 37 206 66 0.82 0 0.68 0.19 130.3 0.7 0.48
Hex 25 CE 42 52 0 44 13 82 46 30
Octal 45 316 102 122 0 104 23 202 106 60
Binary 100101 11001110 1000010 1010010 0 1000100 10011 10000010 1000110 110000

Color Harmonies of #25CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CE42

Black with #25CE42

Text Example


Text Example

White with #25CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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