Html Css Color HEX #21CA23 Lime Green

📋 copy color: '#21CA23'

red 33 ◦ green 202 ◦ blue 35

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

Shades of Lime Green #21CA23

Tints of Lime Green #21CA23

RGB

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

 GREEN value IS 202 (79.3% from 255) = 74.81%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 12.22%
G = 74.81%
B = 12.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#21CA23 (or 0x21CA23) is known color: Lime Green. HEX triplet: 21, CA and 23. RGB value is (33,202,35). Sum of RGB (Red+Green+Blue) = 33+202+35=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA23 is #DE35DC. Grayscale: #848484. Windows color (decimal): -14562781 or 2345505. OLE color: 2345505.

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

Color convert

RGB 33 202 35 -
CMYK 0.84 0 0.83 0.21
HSL 120.71º 0.72% 0.46% -
HSV(B) 120.71º 0.84% 0.79% -
XYZ 22.05 42.69 8.67 -
YUV 132.43 73.01 57.08 -
System Red Green Blue C M Y K H S L
Decimal 33 202 35 0.84 0 0.83 0.21 120.71 0.72 0.46
Hex 21 CA 23 54 0 53 15 79 48 2E
Octal 41 312 43 124 0 123 25 171 110 56
Binary 100001 11001010 100011 1010100 0 1010011 10101 1111001 1001000 101110

Color Harmonies of #21CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA23

Black with #21CA23

Text Example


Text Example

White with #21CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,202,35); }

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

background-color css

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

 a { background-color: rgb(33,202,35); }

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

border-color css

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

 span { border-color: rgb(33,202,35); }

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