Html Css Color HEX #42CA03 Kelly Green

📋 copy color: '#42CA03'

red 66 ◦ green 202 ◦ blue 3

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

Shades of Kelly Green #42CA03

Tints of Kelly Green #42CA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 74.54%

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

R = 24.35%
G = 74.54%
B = 1.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#42CA03 (or 0x42CA03) is known color: Kelly Green. HEX triplet: 42, CA and 03. RGB value is (66,202,3). Sum of RGB (Red+Green+Blue) = 66+202+3=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CA03 is #BD35FC. Grayscale: #8B8B8B. Windows color (decimal): -12400125 or 248386. OLE color: 248386.

HSL color Cylindrical-coordinate representation of color #42CA03: hue angle of 101.01º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42CA03 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 3 -
CMYK 0.67 0 0.99 0.21
HSL 101.01º 0.97% 0.4% -
HSV(B) 101.01º 0.99% 0.79% -
XYZ 23.38 43.41 7.23 -
YUV 138.65 51.44 76.18 -
System Red Green Blue C M Y K H S L
Decimal 66 202 3 0.67 0 0.99 0.21 101.01 0.97 0.4
Hex 42 CA 3 43 0 63 15 65 61 28
Octal 102 312 3 103 0 143 25 145 141 50
Binary 1000010 11001010 11 1000011 0 1100011 10101 1100101 1100001 101000

Color Harmonies of #42CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA03

Black with #42CA03

Text Example


Text Example

White with #42CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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