Html Css Color HEX #21CF2C Lime Green

📋 copy color: '#21CF2C'

red 33 ◦ green 207 ◦ blue 44

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

Shades of Lime Green #21CF2C

Tints of Lime Green #21CF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 11.62%
G = 72.89%
B = 15.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#21CF2C (or 0x21CF2C) is known color: Lime Green. HEX triplet: 21, CF and 2C. RGB value is (33,207,44). Sum of RGB (Red+Green+Blue) = 33+207+44=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF2C is #DE30D3. Grayscale: #888888. Windows color (decimal): -14561492 or 2936609. OLE color: 2936609.

HSL color Cylindrical-coordinate representation of color #21CF2C: hue angle of 123.79º degrees, saturation: 0.73, 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 #21CF2C is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 44 -
CMYK 0.84 0 0.79 0.19
HSL 123.79º 0.73% 0.47% -
HSV(B) 123.79º 0.84% 0.81% -
XYZ 23.39 45.13 9.86 -
YUV 136.39 75.85 54.25 -
System Red Green Blue C M Y K H S L
Decimal 33 207 44 0.84 0 0.79 0.19 123.79 0.73 0.47
Hex 21 CF 2C 54 0 4F 13 7C 48 2F
Octal 41 317 54 124 0 117 23 174 110 57
Binary 100001 11001111 101100 1010100 0 1001111 10011 1111100 1001000 101111

Color Harmonies of #21CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF2C

Black with #21CF2C

Text Example


Text Example

White with #21CF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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