Html Css Color HEX #21BE3C Lime Green

📋 copy color: '#21BE3C'

red 33 ◦ green 190 ◦ blue 60

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

Shades of Lime Green #21BE3C

Tints of Lime Green #21BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.14%

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 11.66%
G = 67.14%
B = 21.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#21BE3C (or 0x21BE3C) is known color: Lime Green. HEX triplet: 21, BE and 3C. RGB value is (33,190,60). Sum of RGB (Red+Green+Blue) = 33+190+60=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE3C is #DE41C3. Grayscale: #808080. Windows color (decimal): -14565828 or 3980833. OLE color: 3980833.

HSL color Cylindrical-coordinate representation of color #21BE3C: hue angle of 130.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE3C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 60 -
CMYK 0.83 0 0.68 0.25
HSL 130.32º 0.7% 0.44% -
HSV(B) 130.32º 0.83% 0.75% -
XYZ 19.86 37.48 10.46 -
YUV 128.24 89.49 60.07 -
System Red Green Blue C M Y K H S L
Decimal 33 190 60 0.83 0 0.68 0.25 130.32 0.7 0.44
Hex 21 BE 3C 53 0 44 19 82 46 2C
Octal 41 276 74 123 0 104 31 202 106 54
Binary 100001 10111110 111100 1010011 0 1000100 11001 10000010 1000110 101100

Color Harmonies of #21BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE3C

Black with #21BE3C

Text Example


Text Example

White with #21BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,190,60); }

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

background-color css

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

 a { background-color: rgb(33,190,60); }

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

border-color css

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

 span { border-color: rgb(33,190,60); }

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