Html Css Color HEX #42B702 Kelly Green

📋 copy color: '#42B702'

red 66 ◦ green 183 ◦ blue 2

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

Shades of Kelly Green #42B702

Tints of Kelly Green #42B702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 72.91%

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

R = 26.29%
G = 72.91%
B = 0.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#42B702 (or 0x42B702) is known color: Kelly Green. HEX triplet: 42, B7 and 02. RGB value is (66,183,2). Sum of RGB (Red+Green+Blue) = 66+183+2=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #42B702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B702 is #BD48FD. Grayscale: #7F7F7F. Windows color (decimal): -12404990 or 177986. OLE color: 177986.

HSL color Cylindrical-coordinate representation of color #42B702: hue angle of 98.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42B702 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 2 -
CMYK 0.64 0 0.99 0.28
HSL 98.78º 0.98% 0.36% -
HSV(B) 98.78º 0.99% 0.72% -
XYZ 19.19 35.03 5.81 -
YUV 127.38 57.24 84.22 -
System Red Green Blue C M Y K H S L
Decimal 66 183 2 0.64 0 0.99 0.28 98.78 0.98 0.36
Hex 42 B7 2 40 0 63 1C 63 62 24
Octal 102 267 2 100 0 143 34 143 142 44
Binary 1000010 10110111 10 1000000 0 1100011 11100 1100011 1100010 100100

Color Harmonies of #42B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B702

Black with #42B702

Text Example


Text Example

White with #42B702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,183,2); }

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

background-color css

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

 a { background-color: rgb(66,183,2); }

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

border-color css

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

 span { border-color: rgb(66,183,2); }

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