Html Css Color HEX #3DCA02 Kelly Green

📋 copy color: '#3DCA02'

red 61 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #3DCA02

Tints of Kelly Green #3DCA02

RGB

 RED value IS 61 (24.22% from 255) = 23.02%

 GREEN value IS 202 (79.3% from 255) = 76.23%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 23.02%
G = 76.23%
B = 0.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#3DCA02 (or 0x3DCA02) is known color: Kelly Green. HEX triplet: 3D, CA and 02. RGB value is (61,202,2). Sum of RGB (Red+Green+Blue) = 61+202+2=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCA02 is #C235FD. Grayscale: #898989. Windows color (decimal): -12727806 or 182845. OLE color: 182845.

HSL color Cylindrical-coordinate representation of color #3DCA02: hue angle of 102.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DCA02 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 202 2 -
CMYK 0.70 0 0.99 0.21
HSL 102.3º 0.98% 0.4% -
HSV(B) 102.3º 0.99% 0.79% -
XYZ 23.06 43.24 7.19 -
YUV 137.04 51.79 73.76 -
System Red Green Blue C M Y K H S L
Decimal 61 202 2 0.70 0 0.99 0.21 102.3 0.98 0.4
Hex 3D CA 2 46 0 63 15 66 62 28
Octal 75 312 2 106 0 143 25 146 142 50
Binary 111101 11001010 10 1000110 0 1100011 10101 1100110 1100010 101000

Color Harmonies of #3DCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCA02

Black with #3DCA02

Text Example


Text Example

White with #3DCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DCA02; }

 p { color: rgb(61,202,2); }

 H1.HeaderClassName
 {
   color: #3DCA02;
 }
 .AnyTagClassName
 {
   color: #3DCA02;
 }
</style>

background-color css

<style>
 a { background-color: #3DCA02; }

 a { background-color: rgb(61,202,2); }

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

border-color css

<style>
 span { border-color: #3DCA02; }

 span { border-color: rgb(61,202,2); }

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