Html Css Color HEX #CCF114 Electric Lime

📋 copy color: '#CCF114'

red 204 ◦ green 241 ◦ blue 20

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

Shades of Electric Lime #CCF114

Tints of Electric Lime #CCF114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 20 (8.2% from 255) = 4.3%

R = 43.87%
G = 51.83%
B = 4.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CCF114 (or 0xCCF114) is known color: Electric Lime. HEX triplet: CC, F1 and 14. RGB value is (204,241,20). Sum of RGB (Red+Green+Blue) = 204+241+20=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF114 is #330EEB. Grayscale: #CDCDCD. Windows color (decimal): -3346156 or 1372620. OLE color: 1372620.

HSL color Cylindrical-coordinate representation of color #CCF114: hue angle of 70.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF114 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 20 -
CMYK 0.15 0 0.92 0.05
HSL 70.05º 0.89% 0.51% -
HSV(B) 70.05º 0.92% 0.95% -
XYZ 56.48 75.8 12.32 -
YUV 204.74 23.74 127.47 -
System Red Green Blue C M Y K H S L
Decimal 204 241 20 0.15 0 0.92 0.05 70.05 0.89 0.51
Hex CC F1 14 F 0 5C 5 46 59 33
Octal 314 361 24 17 0 134 5 106 131 63
Binary 11001100 11110001 10100 1111 0 1011100 101 1000110 1011001 110011

Color Harmonies of #CCF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF114

Black with #CCF114

Text Example


Text Example

White with #CCF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF114; }

 p { color: rgb(204,241,20); }

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

background-color css

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

 a { background-color: rgb(204,241,20); }

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

border-color css

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

 span { border-color: rgb(204,241,20); }

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