Html Css Color HEX #34CE02 Kelly Green

📋 copy color: '#34CE02'

red 52 ◦ green 206 ◦ blue 2

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

Shades of Kelly Green #34CE02

Tints of Kelly Green #34CE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 79.23%

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

R = 20%
G = 79.23%
B = 0.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#34CE02 (or 0x34CE02) is known color: Kelly Green. HEX triplet: 34, CE and 02. RGB value is (52,206,2). Sum of RGB (Red+Green+Blue) = 52+206+2=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CE02 is #CB31FD. Grayscale: #898989. Windows color (decimal): -13316606 or 183860. OLE color: 183860.

HSL color Cylindrical-coordinate representation of color #34CE02: hue angle of 105.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34CE02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 2 -
CMYK 0.75 0 0.99 0.19
HSL 105.29º 0.98% 0.41% -
HSV(B) 105.29º 0.99% 0.81% -
XYZ 23.5 44.88 7.48 -
YUV 136.7 51.98 67.59 -
System Red Green Blue C M Y K H S L
Decimal 52 206 2 0.75 0 0.99 0.19 105.29 0.98 0.41
Hex 34 CE 2 4B 0 63 13 69 62 29
Octal 64 316 2 113 0 143 23 151 142 51
Binary 110100 11001110 10 1001011 0 1100011 10011 1101001 1100010 101001

Color Harmonies of #34CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CE02

Black with #34CE02

Text Example


Text Example

White with #34CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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