Html Css Color HEX #CBF414 Electric Lime

📋 copy color: '#CBF414'

red 203 ◦ green 244 ◦ blue 20

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

Shades of Electric Lime #CBF414

Tints of Electric Lime #CBF414

RGB

 RED value IS 203 (79.69% from 255) = 43.47%

 GREEN value IS 244 (95.7% from 255) = 52.25%

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

R = 43.47%
G = 52.25%
B = 4.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CBF414 (or 0xCBF414) is known color: Electric Lime. HEX triplet: CB, F4 and 14. RGB value is (203,244,20). Sum of RGB (Red+Green+Blue) = 203+244+20=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF414 is #340BEB. Grayscale: #CFCFCF. Windows color (decimal): -3410924 or 1373387. OLE color: 1373387.

HSL color Cylindrical-coordinate representation of color #CBF414: hue angle of 70.98º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF414 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 20 -
CMYK 0.17 0 0.92 0.04
HSL 70.98º 0.91% 0.52% -
HSV(B) 70.98º 0.92% 0.96% -
XYZ 57.11 77.45 12.6 -
YUV 206.21 22.92 125.71 -
System Red Green Blue C M Y K H S L
Decimal 203 244 20 0.17 0 0.92 0.04 70.98 0.91 0.52
Hex CB F4 14 11 0 5C 4 47 5B 34
Octal 313 364 24 21 0 134 4 107 133 64
Binary 11001011 11110100 10100 10001 0 1011100 100 1000111 1011011 110100

Color Harmonies of #CBF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF414

Black with #CBF414

Text Example


Text Example

White with #CBF414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF414; }

 p { color: rgb(203,244,20); }

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

background-color css

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

 a { background-color: rgb(203,244,20); }

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

border-color css

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

 span { border-color: rgb(203,244,20); }

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