Html Css Color HEX #30CA02 Kelly Green

📋 copy color: '#30CA02'

red 48 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #30CA02

Tints of Kelly Green #30CA02

RGB

 RED value IS 48 (19.14% from 255) = 19.05%

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

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

R = 19.05%
G = 80.16%
B = 0.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#30CA02 (or 0x30CA02) is known color: Kelly Green. HEX triplet: 30, CA and 02. RGB value is (48,202,2). Sum of RGB (Red+Green+Blue) = 48+202+2=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CA02 is #CF35FD. Grayscale: #858585. Windows color (decimal): -13579774 or 182832. OLE color: 182832.

HSL color Cylindrical-coordinate representation of color #30CA02: hue angle of 106.2º degrees, saturation: 0.98, 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 #30CA02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 2 -
CMYK 0.76 0 0.99 0.21
HSL 106.2º 0.98% 0.4% -
HSV(B) 106.2º 0.99% 0.79% -
XYZ 22.35 42.87 7.15 -
YUV 133.15 53.98 67.26 -
System Red Green Blue C M Y K H S L
Decimal 48 202 2 0.76 0 0.99 0.21 106.2 0.98 0.4
Hex 30 CA 2 4C 0 63 15 6A 62 28
Octal 60 312 2 114 0 143 25 152 142 50
Binary 110000 11001010 10 1001100 0 1100011 10101 1101010 1100010 101000

Color Harmonies of #30CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CA02

Black with #30CA02

Text Example


Text Example

White with #30CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30CA02; }

 p { color: rgb(48,202,2); }

 H1.HeaderClassName
 {
   color: #30CA02;
 }
 .AnyTagClassName
 {
   color: #30CA02;
 }
</style>

background-color css

<style>
 a { background-color: #30CA02; }

 a { background-color: rgb(48,202,2); }

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

border-color css

<style>
 span { border-color: #30CA02; }

 span { border-color: rgb(48,202,2); }

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