Html Css Color HEX #21BC04 Kelly Green

📋 copy color: '#21BC04'

red 33 ◦ green 188 ◦ blue 4

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

Shades of Kelly Green #21BC04

Tints of Kelly Green #21BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 83.56%

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 14.67%
G = 83.56%
B = 1.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#21BC04 (or 0x21BC04) is known color: Kelly Green. HEX triplet: 21, BC and 04. RGB value is (33,188,4). Sum of RGB (Red+Green+Blue) = 33+188+4=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC04 is #DE43FB. Grayscale: #797979. Windows color (decimal): -14566396 or 310305. OLE color: 310305.

HSL color Cylindrical-coordinate representation of color #21BC04: hue angle of 110.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21BC04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 188 4 -
CMYK 0.82 0 0.98 0.26
HSL 110.54º 0.96% 0.38% -
HSV(B) 110.54º 0.98% 0.74% -
XYZ 18.63 36.3 6.14 -
YUV 120.68 62.15 65.46 -
System Red Green Blue C M Y K H S L
Decimal 33 188 4 0.82 0 0.98 0.26 110.54 0.96 0.38
Hex 21 BC 4 52 0 62 1A 6F 60 26
Octal 41 274 4 122 0 142 32 157 140 46
Binary 100001 10111100 100 1010010 0 1100010 11010 1101111 1100000 100110

Color Harmonies of #21BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC04

Black with #21BC04

Text Example


Text Example

White with #21BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,4); }

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

background-color css

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

 a { background-color: rgb(33,188,4); }

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

border-color css

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

 span { border-color: rgb(33,188,4); }

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