Html Css Color HEX #21CF2B Lime Green

📋 copy color: '#21CF2B'

red 33 ◦ green 207 ◦ blue 43

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

Shades of Lime Green #21CF2B

Tints of Lime Green #21CF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 11.66%
G = 73.14%
B = 15.19%

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

#21CF2B (or 0x21CF2B) is known color: Lime Green. HEX triplet: 21, CF and 2B. RGB value is (33,207,43). Sum of RGB (Red+Green+Blue) = 33+207+43=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF2B is #DE30D4. Grayscale: #888888. Windows color (decimal): -14561493 or 2871073. OLE color: 2871073.

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

Color convert

RGB 33 207 43 -
CMYK 0.84 0 0.79 0.19
HSL 123.45º 0.73% 0.47% -
HSV(B) 123.45º 0.84% 0.81% -
XYZ 23.38 45.12 9.76 -
YUV 136.28 75.35 54.34 -
System Red Green Blue C M Y K H S L
Decimal 33 207 43 0.84 0 0.79 0.19 123.45 0.73 0.47
Hex 21 CF 2B 54 0 4F 13 7B 48 2F
Octal 41 317 53 124 0 117 23 173 110 57
Binary 100001 11001111 101011 1010100 0 1001111 10011 1111011 1001000 101111

Color Harmonies of #21CF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF2B

Black with #21CF2B

Text Example


Text Example

White with #21CF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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