Html Css Color HEX #21BA27 Lime Green

📋 copy color: '#21BA27'

red 33 ◦ green 186 ◦ blue 39

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

Shades of Lime Green #21BA27

Tints of Lime Green #21BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 72.09%

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 12.79%
G = 72.09%
B = 15.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#21BA27 (or 0x21BA27) is known color: Lime Green. HEX triplet: 21, BA and 27. RGB value is (33,186,39). Sum of RGB (Red+Green+Blue) = 33+186+39=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA27 is #DE45D8. Grayscale: #7B7B7B. Windows color (decimal): -14566873 or 2603553. OLE color: 2603553.

HSL color Cylindrical-coordinate representation of color #21BA27: hue angle of 122.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA27 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 39 -
CMYK 0.82 0 0.79 0.27
HSL 122.35º 0.7% 0.43% -
HSV(B) 122.35º 0.82% 0.73% -
XYZ 18.55 35.59 7.81 -
YUV 123.5 80.31 63.45 -
System Red Green Blue C M Y K H S L
Decimal 33 186 39 0.82 0 0.79 0.27 122.35 0.7 0.43
Hex 21 BA 27 52 0 4F 1B 7A 46 2B
Octal 41 272 47 122 0 117 33 172 106 53
Binary 100001 10111010 100111 1010010 0 1001111 11011 1111010 1000110 101011

Color Harmonies of #21BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA27

Black with #21BA27

Text Example


Text Example

White with #21BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,39); }

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

background-color css

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

 a { background-color: rgb(33,186,39); }

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

border-color css

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

 span { border-color: rgb(33,186,39); }

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