Html Css Color HEX #21CC2B Lime Green

📋 copy color: '#21CC2B'

red 33 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #21CC2B

Tints of Lime Green #21CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.86%

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

R = 11.79%
G = 72.86%
B = 15.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#21CC2B (or 0x21CC2B) is known color: Lime Green. HEX triplet: 21, CC and 2B. RGB value is (33,204,43). Sum of RGB (Red+Green+Blue) = 33+204+43=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC2B is #DE33D4. Grayscale: #868686. Windows color (decimal): -14562261 or 2870305. OLE color: 2870305.

HSL color Cylindrical-coordinate representation of color #21CC2B: hue angle of 123.51º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC2B is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 43 -
CMYK 0.84 0 0.79 0.2
HSL 123.51º 0.72% 0.46% -
HSV(B) 123.51º 0.84% 0.8% -
XYZ 22.66 43.68 9.52 -
YUV 134.52 76.35 55.59 -
System Red Green Blue C M Y K H S L
Decimal 33 204 43 0.84 0 0.79 0.2 123.51 0.72 0.46
Hex 21 CC 2B 54 0 4F 14 7C 48 2E
Octal 41 314 53 124 0 117 24 174 110 56
Binary 100001 11001100 101011 1010100 0 1001111 10100 1111100 1001000 101110

Color Harmonies of #21CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC2B

Black with #21CC2B

Text Example


Text Example

White with #21CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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