Html Css Color HEX #CCF90D Electric Lime

📋 copy color: '#CCF90D'

red 204 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #CCF90D

Tints of Electric Lime #CCF90D

RGB

 RED value IS 204 (80.08% from 255) = 43.78%

 GREEN value IS 249 (97.66% from 255) = 53.43%

 BLUE value IS 13 (5.47% from 255) = 2.79%

R = 43.78%
G = 53.43%
B = 2.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CCF90D (or 0xCCF90D) is known color: Electric Lime. HEX triplet: CC, F9 and 0D. RGB value is (204,249,13). Sum of RGB (Red+Green+Blue) = 204+249+13=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF90D is #3306F2. Grayscale: #D1D1D1. Windows color (decimal): -3344115 or 915916. OLE color: 915916.

HSL color Cylindrical-coordinate representation of color #CCF90D: hue angle of 71.44º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF90D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 13 -
CMYK 0.18 0 0.95 0.02
HSL 71.44º 0.95% 0.51% -
HSV(B) 71.44º 0.95% 0.98% -
XYZ 58.85 80.62 12.84 -
YUV 208.64 17.59 124.69 -
System Red Green Blue C M Y K H S L
Decimal 204 249 13 0.18 0 0.95 0.02 71.44 0.95 0.51
Hex CC F9 D 12 0 5F 2 47 5F 33
Octal 314 371 15 22 0 137 2 107 137 63
Binary 11001100 11111001 1101 10010 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CCF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF90D

Black with #CCF90D

Text Example


Text Example

White with #CCF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF90D; }

 p { color: rgb(204,249,13); }

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

background-color css

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

 a { background-color: rgb(204,249,13); }

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

border-color css

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

 span { border-color: rgb(204,249,13); }

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