Html Css Color HEX #3DCD02 Kelly Green

📋 copy color: '#3DCD02'

red 61 ◦ green 205 ◦ blue 2

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

Shades of Kelly Green #3DCD02

Tints of Kelly Green #3DCD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 76.49%

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

R = 22.76%
G = 76.49%
B = 0.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#3DCD02 (or 0x3DCD02) is known color: Kelly Green. HEX triplet: 3D, CD and 02. RGB value is (61,205,2). Sum of RGB (Red+Green+Blue) = 61+205+2=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCD02 is #C232FD. Grayscale: #8B8B8B. Windows color (decimal): -12727038 or 183613. OLE color: 183613.

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

Color convert

RGB 61 205 2 -
CMYK 0.70 0 0.99 0.20
HSL 102.56º 0.98% 0.41% -
HSV(B) 102.56º 0.99% 0.8% -
XYZ 23.77 44.66 7.42 -
YUV 138.8 50.79 72.51 -
System Red Green Blue C M Y K H S L
Decimal 61 205 2 0.70 0 0.99 0.20 102.56 0.98 0.41
Hex 3D CD 2 46 0 63 14 67 62 29
Octal 75 315 2 106 0 143 24 147 142 51
Binary 111101 11001101 10 1000110 0 1100011 10100 1100111 1100010 101001

Color Harmonies of #3DCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD02

Black with #3DCD02

Text Example


Text Example

White with #3DCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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