Html Css Color HEX #21CF15 Lime Green

📋 copy color: '#21CF15'

red 33 ◦ green 207 ◦ blue 21

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

Shades of Lime Green #21CF15

Tints of Lime Green #21CF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 12.64%
G = 79.31%
B = 8.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#21CF15 (or 0x21CF15) is known color: Lime Green. HEX triplet: 21, CF and 15. RGB value is (33,207,21). Sum of RGB (Red+Green+Blue) = 33+207+21=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF15 is #DE30EA. Grayscale: #868686. Windows color (decimal): -14561515 or 1429281. OLE color: 1429281.

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

Color convert

RGB 33 207 21 -
CMYK 0.84 0 0.90 0.19
HSL 116.13º 0.82% 0.45% -
HSV(B) 116.13º 0.9% 0.81% -
XYZ 23.08 45 8.18 -
YUV 133.77 64.35 56.12 -
System Red Green Blue C M Y K H S L
Decimal 33 207 21 0.84 0 0.90 0.19 116.13 0.82 0.45
Hex 21 CF 15 54 0 5A 13 74 52 2D
Octal 41 317 25 124 0 132 23 164 122 55
Binary 100001 11001111 10101 1010100 0 1011010 10011 1110100 1010010 101101

Color Harmonies of #21CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF15

Black with #21CF15

Text Example


Text Example

White with #21CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,207,21); }

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

background-color css

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

 a { background-color: rgb(33,207,21); }

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

border-color css

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

 span { border-color: rgb(33,207,21); }

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