Html Css Color HEX #3CBD02 Kelly Green

📋 copy color: '#3CBD02'

red 60 ◦ green 189 ◦ blue 2

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

Shades of Kelly Green #3CBD02

Tints of Kelly Green #3CBD02

RGB

 RED value IS 60 (23.83% from 255) = 23.9%

 GREEN value IS 189 (74.22% from 255) = 75.3%

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

R = 23.9%
G = 75.3%
B = 0.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#3CBD02 (or 0x3CBD02) is known color: Kelly Green. HEX triplet: 3C, BD and 02. RGB value is (60,189,2). Sum of RGB (Red+Green+Blue) = 60+189+2=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBD02 is #C342FD. Grayscale: #818181. Windows color (decimal): -12796670 or 179516. OLE color: 179516.

HSL color Cylindrical-coordinate representation of color #3CBD02: hue angle of 101.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CBD02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 189 2 -
CMYK 0.68 0 0.99 0.26
HSL 101.39º 0.98% 0.37% -
HSV(B) 101.39º 0.99% 0.74% -
XYZ 20.07 37.36 6.21 -
YUV 129.11 56.26 78.71 -
System Red Green Blue C M Y K H S L
Decimal 60 189 2 0.68 0 0.99 0.26 101.39 0.98 0.37
Hex 3C BD 2 44 0 63 1A 65 62 25
Octal 74 275 2 104 0 143 32 145 142 45
Binary 111100 10111101 10 1000100 0 1100011 11010 1100101 1100010 100101

Color Harmonies of #3CBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBD02

Black with #3CBD02

Text Example


Text Example

White with #3CBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,189,2); }

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

background-color css

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

 a { background-color: rgb(60,189,2); }

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

border-color css

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

 span { border-color: rgb(60,189,2); }

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