Html Css Color HEX #42CA23 Kelly Green

📋 copy color: '#42CA23'

red 66 ◦ green 202 ◦ blue 35

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

Shades of Kelly Green #42CA23

Tints of Kelly Green #42CA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 21.78%
G = 66.67%
B = 11.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#42CA23 (or 0x42CA23) is known color: Kelly Green. HEX triplet: 42, CA and 23. RGB value is (66,202,35). Sum of RGB (Red+Green+Blue) = 66+202+35=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA23 is #BD35DC. Grayscale: #8E8E8E. Windows color (decimal): -12400093 or 2345538. OLE color: 2345538.

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

Color convert

RGB 66 202 35 -
CMYK 0.67 0 0.83 0.21
HSL 108.86º 0.7% 0.46% -
HSV(B) 108.86º 0.83% 0.79% -
XYZ 23.67 43.52 8.74 -
YUV 142.3 67.44 73.58 -
System Red Green Blue C M Y K H S L
Decimal 66 202 35 0.67 0 0.83 0.21 108.86 0.7 0.46
Hex 42 CA 23 43 0 53 15 6D 46 2E
Octal 102 312 43 103 0 123 25 155 106 56
Binary 1000010 11001010 100011 1000011 0 1010011 10101 1101101 1000110 101110

Color Harmonies of #42CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA23

Black with #42CA23

Text Example


Text Example

White with #42CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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