Html Css Color HEX #2CCB05 Kelly Green

📋 copy color: '#2CCB05'

red 44 ◦ green 203 ◦ blue 5

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

Shades of Kelly Green #2CCB05

Tints of Kelly Green #2CCB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 80.56%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 17.46%
G = 80.56%
B = 1.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#2CCB05 (or 0x2CCB05) is known color: Kelly Green. HEX triplet: 2C, CB and 05. RGB value is (44,203,5). Sum of RGB (Red+Green+Blue) = 44+203+5=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB05 is #D334FA. Grayscale: #858585. Windows color (decimal): -13841659 or 379692. OLE color: 379692.

HSL color Cylindrical-coordinate representation of color #2CCB05: hue angle of 108.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CCB05 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 5 -
CMYK 0.78 0 0.98 0.20
HSL 108.18º 0.95% 0.41% -
HSV(B) 108.18º 0.98% 0.8% -
XYZ 22.42 43.26 7.31 -
YUV 132.89 55.82 64.6 -
System Red Green Blue C M Y K H S L
Decimal 44 203 5 0.78 0 0.98 0.20 108.18 0.95 0.41
Hex 2C CB 5 4E 0 62 14 6C 5F 29
Octal 54 313 5 116 0 142 24 154 137 51
Binary 101100 11001011 101 1001110 0 1100010 10100 1101100 1011111 101001

Color Harmonies of #2CCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB05

Black with #2CCB05

Text Example


Text Example

White with #2CCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,203,5); }

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

background-color css

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

 a { background-color: rgb(44,203,5); }

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

border-color css

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

 span { border-color: rgb(44,203,5); }

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