Html Css Color HEX #42BB03 Kelly Green

📋 copy color: '#42BB03'

red 66 ◦ green 187 ◦ blue 3

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

Shades of Kelly Green #42BB03

Tints of Kelly Green #42BB03

RGB

 RED value IS 66 (26.17% from 255) = 25.78%

 GREEN value IS 187 (73.44% from 255) = 73.05%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 25.78%
G = 73.05%
B = 1.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#42BB03 (or 0x42BB03) is known color: Kelly Green. HEX triplet: 42, BB and 03. RGB value is (66,187,3). Sum of RGB (Red+Green+Blue) = 66+187+3=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BB03 is #BD44FC. Grayscale: #828282. Windows color (decimal): -12403965 or 244546. OLE color: 244546.

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

Color convert

RGB 66 187 3 -
CMYK 0.65 0 0.98 0.27
HSL 99.46º 0.97% 0.37% -
HSV(B) 99.46º 0.98% 0.73% -
XYZ 20.03 36.71 6.12 -
YUV 129.85 56.41 82.46 -
System Red Green Blue C M Y K H S L
Decimal 66 187 3 0.65 0 0.98 0.27 99.46 0.97 0.37
Hex 42 BB 3 41 0 62 1B 63 61 25
Octal 102 273 3 101 0 142 33 143 141 45
Binary 1000010 10111011 11 1000001 0 1100010 11011 1100011 1100001 100101

Color Harmonies of #42BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB03

Black with #42BB03

Text Example


Text Example

White with #42BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BB03; }

 p { color: rgb(66,187,3); }

 H1.HeaderClassName
 {
   color: #42BB03;
 }
 .AnyTagClassName
 {
   color: #42BB03;
 }
</style>

background-color css

<style>
 a { background-color: #42BB03; }

 a { background-color: rgb(66,187,3); }

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

border-color css

<style>
 span { border-color: #42BB03; }

 span { border-color: rgb(66,187,3); }

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