Html Css Color HEX #35BA02 Kelly Green

📋 copy color: '#35BA02'

red 53 ◦ green 186 ◦ blue 2

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

Shades of Kelly Green #35BA02

Tints of Kelly Green #35BA02

RGB

 RED value IS 53 (21.09% from 255) = 21.99%

 GREEN value IS 186 (73.05% from 255) = 77.18%

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

R = 21.99%
G = 77.18%
B = 0.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#35BA02 (or 0x35BA02) is known color: Kelly Green. HEX triplet: 35, BA and 02. RGB value is (53,186,2). Sum of RGB (Red+Green+Blue) = 53+186+2=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BA02 is #CA45FD. Grayscale: #7D7D7D. Windows color (decimal): -13256190 or 178741. OLE color: 178741.

HSL color Cylindrical-coordinate representation of color #35BA02: hue angle of 103.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35BA02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 2 -
CMYK 0.72 0 0.99 0.27
HSL 103.37º 0.98% 0.37% -
HSV(B) 103.37º 0.99% 0.73% -
XYZ 19.04 35.88 5.98 -
YUV 125.26 58.44 76.46 -
System Red Green Blue C M Y K H S L
Decimal 53 186 2 0.72 0 0.99 0.27 103.37 0.98 0.37
Hex 35 BA 2 48 0 63 1B 67 62 25
Octal 65 272 2 110 0 143 33 147 142 45
Binary 110101 10111010 10 1001000 0 1100011 11011 1100111 1100010 100101

Color Harmonies of #35BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA02

Black with #35BA02

Text Example


Text Example

White with #35BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35BA02; }

 p { color: rgb(53,186,2); }

 H1.HeaderClassName
 {
   color: #35BA02;
 }
 .AnyTagClassName
 {
   color: #35BA02;
 }
</style>

background-color css

<style>
 a { background-color: #35BA02; }

 a { background-color: rgb(53,186,2); }

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

border-color css

<style>
 span { border-color: #35BA02; }

 span { border-color: rgb(53,186,2); }

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