Html Css Color HEX #CFF304 Electric Lime

📋 copy color: '#CFF304'

red 207 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #CFF304

Tints of Electric Lime #CFF304

RGB

 RED value IS 207 (81.25% from 255) = 45.59%

 GREEN value IS 243 (95.31% from 255) = 53.52%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 45.59%
G = 53.52%
B = 0.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CFF304 (or 0xCFF304) is known color: Electric Lime. HEX triplet: CF, F3 and 04. RGB value is (207,243,4). Sum of RGB (Red+Green+Blue) = 207+243+4=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF304 is #300CFB. Grayscale: #CDCDCD. Windows color (decimal): -3149052 or 324559. OLE color: 324559.

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

Color convert

RGB 207 243 4 -
CMYK 0.15 0 0.98 0.05
HSL 69.04º 0.97% 0.48% -
HSV(B) 69.04º 0.98% 0.95% -
XYZ 57.8 77.38 12 -
YUV 204.99 14.57 129.43 -
System Red Green Blue C M Y K H S L
Decimal 207 243 4 0.15 0 0.98 0.05 69.04 0.97 0.48
Hex CF F3 4 F 0 62 5 45 61 30
Octal 317 363 4 17 0 142 5 105 141 60
Binary 11001111 11110011 100 1111 0 1100010 101 1000101 1100001 110000

Color Harmonies of #CFF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF304

Black with #CFF304

Text Example


Text Example

White with #CFF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF304; }

 p { color: rgb(207,243,4); }

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

background-color css

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

 a { background-color: rgb(207,243,4); }

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

border-color css

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

 span { border-color: rgb(207,243,4); }

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