Html Css Color HEX #21CE25 Lime Green

📋 copy color: '#21CE25'

red 33 ◦ green 206 ◦ blue 37

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

Shades of Lime Green #21CE25

Tints of Lime Green #21CE25

RGB

 RED value IS 33 (13.28% from 255) = 11.96%

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

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

R = 11.96%
G = 74.64%
B = 13.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#21CE25 (or 0x21CE25) is known color: Lime Green. HEX triplet: 21, CE and 25. RGB value is (33,206,37). Sum of RGB (Red+Green+Blue) = 33+206+37=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE25 is #DE31DA. Grayscale: #878787. Windows color (decimal): -14561755 or 2477601. OLE color: 2477601.

HSL color Cylindrical-coordinate representation of color #21CE25: hue angle of 121.39º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE25 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 37 -
CMYK 0.84 0 0.82 0.19
HSL 121.39º 0.72% 0.47% -
HSV(B) 121.39º 0.84% 0.81% -
XYZ 23.03 44.6 9.14 -
YUV 135.01 72.69 55.24 -
System Red Green Blue C M Y K H S L
Decimal 33 206 37 0.84 0 0.82 0.19 121.39 0.72 0.47
Hex 21 CE 25 54 0 52 13 79 48 2F
Octal 41 316 45 124 0 122 23 171 110 57
Binary 100001 11001110 100101 1010100 0 1010010 10011 1111001 1001000 101111

Color Harmonies of #21CE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE25

Black with #21CE25

Text Example


Text Example

White with #21CE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CE25; }

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

 H1.HeaderClassName
 {
   color: #21CE25;
 }
 .AnyTagClassName
 {
   color: #21CE25;
 }
</style>

background-color css

<style>
 a { background-color: #21CE25; }

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

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

border-color css

<style>
 span { border-color: #21CE25; }

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

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