Html Css Color HEX #34BC02 Kelly Green

📋 copy color: '#34BC02'

red 52 ◦ green 188 ◦ blue 2

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

Shades of Kelly Green #34BC02

Tints of Kelly Green #34BC02

RGB

 RED value IS 52 (20.7% from 255) = 21.49%

 GREEN value IS 188 (73.83% from 255) = 77.69%

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

R = 21.49%
G = 77.69%
B = 0.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#34BC02 (or 0x34BC02) is known color: Kelly Green. HEX triplet: 34, BC and 02. RGB value is (52,188,2). Sum of RGB (Red+Green+Blue) = 52+188+2=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BC02 is #CB43FD. Grayscale: #7E7E7E. Windows color (decimal): -13321214 or 179252. OLE color: 179252.

HSL color Cylindrical-coordinate representation of color #34BC02: hue angle of 103.87º 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 #34BC02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 2 -
CMYK 0.72 0 0.99 0.26
HSL 103.87º 0.98% 0.37% -
HSV(B) 103.87º 0.99% 0.74% -
XYZ 19.41 36.7 6.12 -
YUV 126.13 57.94 75.12 -
System Red Green Blue C M Y K H S L
Decimal 52 188 2 0.72 0 0.99 0.26 103.87 0.98 0.37
Hex 34 BC 2 48 0 63 1A 68 62 25
Octal 64 274 2 110 0 143 32 150 142 45
Binary 110100 10111100 10 1001000 0 1100011 11010 1101000 1100010 100101

Color Harmonies of #34BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC02

Black with #34BC02

Text Example


Text Example

White with #34BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BC02; }

 p { color: rgb(52,188,2); }

 H1.HeaderClassName
 {
   color: #34BC02;
 }
 .AnyTagClassName
 {
   color: #34BC02;
 }
</style>

background-color css

<style>
 a { background-color: #34BC02; }

 a { background-color: rgb(52,188,2); }

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

border-color css

<style>
 span { border-color: #34BC02; }

 span { border-color: rgb(52,188,2); }

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