Html Css Color HEX #21C234 Lime Green

📋 copy color: '#21C234'

red 33 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #21C234

Tints of Lime Green #21C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.53%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 11.83%
G = 69.53%
B = 18.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#21C234 (or 0x21C234) is known color: Lime Green. HEX triplet: 21, C2 and 34. RGB value is (33,194,52). Sum of RGB (Red+Green+Blue) = 33+194+52=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #21C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C234 is #DE3DCB. Grayscale: #828282. Windows color (decimal): -14564812 or 3457569. OLE color: 3457569.

HSL color Cylindrical-coordinate representation of color #21C234: hue angle of 127.08º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C234 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 194 52 -
CMYK 0.83 0 0.73 0.24
HSL 127.08º 0.71% 0.45% -
HSV(B) 127.08º 0.83% 0.76% -
XYZ 20.54 39.15 9.72 -
YUV 129.67 84.16 59.05 -
System Red Green Blue C M Y K H S L
Decimal 33 194 52 0.83 0 0.73 0.24 127.08 0.71 0.45
Hex 21 C2 34 53 0 49 18 7F 47 2D
Octal 41 302 64 123 0 111 30 177 107 55
Binary 100001 11000010 110100 1010011 0 1001001 11000 1111111 1000111 101101

Color Harmonies of #21C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C234

Black with #21C234

Text Example


Text Example

White with #21C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,194,52); }

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

background-color css

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

 a { background-color: rgb(33,194,52); }

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

border-color css

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

 span { border-color: rgb(33,194,52); }

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