Html Css Color HEX #25CB43 Lime Green

📋 copy color: '#25CB43'

red 37 ◦ green 203 ◦ blue 67

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

Shades of Lime Green #25CB43

Tints of Lime Green #25CB43

RGB

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

 GREEN value IS 203 (79.69% from 255) = 66.12%

 BLUE value IS 67 (26.56% from 255) = 21.82%

R = 12.05%
G = 66.12%
B = 21.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#25CB43 (or 0x25CB43) is known color: Lime Green. HEX triplet: 25, CB and 43. RGB value is (37,203,67). Sum of RGB (Red+Green+Blue) = 37+203+67=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB43 is #DA34BC. Grayscale: #8A8A8A. Windows color (decimal): -14300349 or 4442917. OLE color: 4442917.

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

Color convert

RGB 37 203 67 -
CMYK 0.82 0 0.67 0.20
HSL 130.84º 0.69% 0.47% -
HSV(B) 130.84º 0.82% 0.8% -
XYZ 23.13 43.51 12.49 -
YUV 137.86 88 56.06 -
System Red Green Blue C M Y K H S L
Decimal 37 203 67 0.82 0 0.67 0.20 130.84 0.69 0.47
Hex 25 CB 43 52 0 43 14 83 45 2F
Octal 45 313 103 122 0 103 24 203 105 57
Binary 100101 11001011 1000011 1010010 0 1000011 10100 10000011 1000101 101111

Color Harmonies of #25CB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB43

Black with #25CB43

Text Example


Text Example

White with #25CB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,203,67); }

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

background-color css

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

 a { background-color: rgb(37,203,67); }

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

border-color css

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

 span { border-color: rgb(37,203,67); }

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