Html Css Color HEX #2CD304 Kelly Green

📋 copy color: '#2CD304'

red 44 ◦ green 211 ◦ blue 4

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

Shades of Kelly Green #2CD304

Tints of Kelly Green #2CD304

RGB

 RED value IS 44 (17.58% from 255) = 16.99%

 GREEN value IS 211 (82.81% from 255) = 81.47%

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

R = 16.99%
G = 81.47%
B = 1.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#2CD304 (or 0x2CD304) is known color: Kelly Green. HEX triplet: 2C, D3 and 04. RGB value is (44,211,4). Sum of RGB (Red+Green+Blue) = 44+211+4=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 211 (82.81% from 255 or 81.47% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD304 is #D32CFB. Grayscale: #8A8A8A. Windows color (decimal): -13839612 or 316204. OLE color: 316204.

HSL color Cylindrical-coordinate representation of color #2CD304: hue angle of 108.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CD304 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 44 211 4 -
CMYK 0.79 0 0.98 0.17
HSL 108.41º 0.96% 0.42% -
HSV(B) 108.41º 0.98% 0.83% -
XYZ 24.35 47.13 7.93 -
YUV 137.47 52.67 61.33 -
System Red Green Blue C M Y K H S L
Decimal 44 211 4 0.79 0 0.98 0.17 108.41 0.96 0.42
Hex 2C D3 4 4F 0 62 11 6C 60 2A
Octal 54 323 4 117 0 142 21 154 140 52
Binary 101100 11010011 100 1001111 0 1100010 10001 1101100 1100000 101010

Color Harmonies of #2CD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD304

Black with #2CD304

Text Example


Text Example

White with #2CD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CD304; }

 p { color: rgb(44,211,4); }

 H1.HeaderClassName
 {
   color: #2CD304;
 }
 .AnyTagClassName
 {
   color: #2CD304;
 }
</style>

background-color css

<style>
 a { background-color: #2CD304; }

 a { background-color: rgb(44,211,4); }

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

border-color css

<style>
 span { border-color: #2CD304; }

 span { border-color: rgb(44,211,4); }

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